Fix typo.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 18:04:00 +0000 (18:04 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 18:04:00 +0000 (18:04 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/xend/XendCheckpoint.py

index fa4befeec5c7f89b040374e44b47dcd98fbf2162..e2a7d574ed61608c448c1fb84df01a4d0d1c019a 100644 (file)
@@ -155,7 +155,7 @@ def restore(xd, fd):
                                 dominfo.db.introduceDomain(dominfo.id,
                                                            dominfo.store_mfn,
                                                            dominfo.store_channel)
-                            dominfo.exportToDB(save=True, sync=True))
+                            dominfo.exportToDB(save=True, sync=True)
                     log.info(l.rstrip())
                     try:
                         l = child.fromchild.readline()